<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Normalized ***/

/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/

/*--- containers -----------------------------------------------------------*/

#weblog_sub_container1 {
    width: 190px;
    left: -10px;
    top: 0px;
    position: relative;
    padding: 0px;
}

#weblog_article_container {
    margin: 0px;
    padding: 15px 0px 0px;
    width: 530px;
}

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar {
    margin: 15px 0px 0px;
    padding: 0px 0px 10px;
    clear: left;
}

#wp-calendar{
   width: 100%;
}

/*--- an image of the weblog owner -----------------------------------------*/

/*--- name of the weblog owner ---------------------------------------------*/

/*--- short description of the weblog owner --------------------------------*/

/*--- link to the profile of the weblog owner ------------------------------*/

/*--- about me -------------------------------------------------------------*/

.box1_head {
    padding: 3px;
    margin: 0px;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.box2_head {
    padding: 3px;
    margin: 0px;
    font-weight: bold !important;
}

.list1 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
}

.list1 li {
    padding: 5px 10px 0 5px;
}

.link2 a {
    text-decoration: none;
    padding-left: 13px;
}

.link2 a:hover {
    text-decoration: underline;
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box3_head {
    padding: 3px;
    margin: 0px;
}

.list2 {
    padding: 0 0 5px 0;
    margin: 5px 0;
    font-size: 85%;
    list-style-type: none;
}

.list2 li {
    padding: 3px 10px 2px 5px;
    border-bottom: 1px dotted #999999;
}

.link3 a {
    text-decoration: none;
    font-style: italic;
}

.link3 a:hover {
    text-decoration: underline;
}

.weblog_commentator {
    font-weight: bold;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box4_head {
    padding: 3px;
    margin: 0px;
}

.list3 {
    padding: 0 5px 0 5px;
    margin: 5px;
    font-size: 85%;
    list-style-type: none;
}

.list3 li {
    padding: 2px 0 0 0;
}

.link4 a {
    text-decoration: none;
    padding-left: 11px;
}

.link4 a:hover {
    text-decoration: underline;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    margin: 25px 0 0 0;
    padding: 10px;
    height: 68px;
}

#weblog_search_form {
    margin: 0;
    padding: 0;
}

#weblog_search_input {
    margin: 0;
    padding: 0;
}

#weblog_search_input input {
    width: 115px;
    margin: 0;
    padding: 0;
}

#weblog_search_button {
    text-align: right;
    padding: 0;
    margin: 5px 0 0 0;
}

/*--- overwrites default definitions in main.css ---------------------------*/

.weblog_article p {
    margin: 0px 0 20px 0;
    font-size: 12px;
}

/*--- info about an article ------------------------------------------------*/

.weblog_article_info {
    font-style: italic;
    font-size: 12px;
}

.weblog_article_info a {
    text-decoration: none;
}

.weblog_article_info a:hover {
    text-decoration: underline;
}

/*--- date of an article ---------------------------------------------------*/

/*--- time of an article ---------------------------------------------------*/

/*--- the author of an article ---------------------------------------------*/

/*--- link to an category of an article -----------------------------------*/

/*--- link to the comments of an article -----------------------------------*/

.weblog_comment_link {
    margin: 15px 15px 0 0;
    text-align: right;
}

.weblog_comment_link a {
    text-decoration: none;
    padding-left: 15px;
}

.weblog_comment_link a:hover {
    text-decoration: underline;
}

/*--- a quote in an article ------------------------------------------------*/

.weblog_article_quote {
    margin: 10px;
    padding: 5px;
    font-style: italic;
}

/*--- pager for the weblog -------------------------------------------------*/

.pager {
    margin: 20px 0 15px 0;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
}

.link5 a {
    text-decoration: none;
}

.current_page {
    font-weight: bold;
    margin: 0 20px 0 20px;
}

/*--- linkt to previous page -----------------------------------------------*/

/*--- linkt to next page ---------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
	 font-size: 10pt;
}

a.link6 {
    text-decoration: none;
	 color: #FFF;
}


.list1 h2 {
    font-size: 10pt;
				margin:0;padding:0;
}

.list1 ul {
    margin-top: 2px;
}
.list2 ul {
    margin-top: 2px;
}



</pre></body></html>